home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
20
/
3
/
DISK2032.ZIP
/
BARMENU.H
next >
Wrap
C/C++ Source or Header
|
1990-09-01
|
1KB
|
24 lines
/*--------------------------------------------------------------
* File: BARMENU.H
* Description: Function declarations for the MPLUS barmenu.
*
* This header is obsolete and is valid only for
* pre 1.3 versions of MPLUS. Included for illustrative
* purposes. See mpmenu.h for comparison.
*
* Developed for the MPLUS Graphic Interface Library
* Copyright (c) 1989 by Michael Yam
*-------------------------------------------------------------*/
extern void bm_init(short row,short col,char * *bmselect,char * *bfselect,int (cdecl * *funselect)());
extern int (cdecl *bm_run(short fg,short bg))();
extern void bm_show(short fg,short bg,short highlite);
extern void bm_exit(int key, int (cdecl *funptr)());
/*-------------------------------------------------------------*
* End of BARMENU.H *
*-------------------------------------------------------------*/